widget-factory: Don't say 'Etched out' twice
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Aug 2014 02:21:08 +0000 (22:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Aug 2014 02:21:08 +0000 (22:21 -0400)
There's no difference between these shadow types anymore, but
it is irritating to see the same label twice.

demos/widget-factory/widget-factory.ui

index b3c21cd1e9ebb9697decbd6cb69707d98d5f2cdf..f25e967ec1cb7f4d09f571f473545fec7c361a9e 100644 (file)
@@ -1423,6 +1423,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="label_xalign">0</property>
+                            <property name="shadow_type">etched-in</property>
                             <child>
                               <placeholder/>
                             </child>
@@ -1430,7 +1431,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                               <object class="GtkLabel" id="label17">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="label" translatable="yes">&lt;b&gt;Etched out&lt;/b&gt;</property>
+                                <property name="label" translatable="yes">&lt;b&gt;Etched in&lt;/b&gt;</property>
                                 <property name="use_markup">True</property>
                               </object>
                             </child>